home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / Wirecast 2.0.dmg / Wirecast.app / Contents / Resources / miner_gui.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-05-25  |  4.8 KB  |  99 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <app name="miner_gui">
  4.     <sash>
  5.         <eSash name="miner_sash" gui="miner_gui" />
  6.     </sash>
  7.     
  8.     <windows>
  9.         <window name="miner_window" sash="miner_sash" observer_handler="main" keymap="map_main"
  10.                 title="Miner 49er" xno_resize="true"
  11.                 mac_menu_bar="main_menubar" menu_group="shared">
  12.             <rect name="content" left="10" top="150" width="460" height="400" />
  13.         </window>
  14.     </windows>
  15.         
  16.     <gui>
  17.         <eColorView name="miner_gui" pin="ltrb" border="10,10,10,10">
  18.             <eFlow direction="v" gap="10">
  19.                 <eFlow weight="0" direction="h" gap="10">
  20.                     <eStaticText weight="0" pin="hv" title="Focus:" font_id="small"/>
  21.                     <ePopup weight="0" pin="hv" value="0" size="small" font_id="small" command="cmd_miner_thread_popup" name="miner_thread_popup" min_width="120"/>
  22.                     <eCheckBox pin="hv" weight="0" title="Only Running" size="small" font_id="small" name="miner_only_running_threads" command="cmd_miner_only_running_threads"/>
  23.                     <eView />
  24.                     <eButton pin="hv" title="Refresh" size="small" font_id="small" command="cmd_miner_refresh_now" />
  25.                     <eCheckBox pin="hv" weight="0" title="Auto" size="small" font_id="small" name="miner_auto_refresh" command="cmd_miner_auto_refresh"/>
  26.                 </eFlow>
  27.                 <eTabView name="tab_view" border="13,10,13,10" xcurrent_tab="4">
  28.                     <eFlow direction="v" title="Memory">
  29.                         <eFlow weight="0" direction="h">
  30.                             <eStaticText weight="0" title="Current Allocations" min_width="150" font_id="small"/>
  31.                             <eStaticText name="mem_current_allocations" font_id="small"/>
  32.                         </eFlow>
  33.                         <eFlow weight="0" direction="h">
  34.                             <eStaticText weight="0" title="Current Megabytes" min_width="150" font_id="small"/>
  35.                             <eStaticText name="mem_current_meg" font_id="small"/>
  36.                         </eFlow>
  37.                         
  38.                         <eView height="20"/>
  39.                         
  40.                         <eFlow weight="0" direction="h">
  41.                             <eStaticText weight="0" title="Total Allocations" min_width="150" font_id="small"/>
  42.                             <eStaticText name="mem_total_allocations" font_id="small"/>
  43.                         </eFlow>
  44.                         <eFlow weight="0" direction="h">
  45.                             <eStaticText weight="0" title="Meg Allocated" min_width="150" font_id="small"/>
  46.                             <eStaticText name="mem_total_meg" font_id="small"/>
  47.                         </eFlow>
  48.                         
  49.                         <eView height="20"/>
  50.                         
  51.                         <eGridList xweight="0" name="miner_memory_list" pin="ltrb" min_width="100" background="eGridDrawBack_Plain" background_color="#FFFFFF" font_id="monospaced_small">
  52.                             <columns column_headers="true">
  53.                                 <column title="Named           Current    Total      Meg   Meg Total"
  54.                                  width="500" draw_cell="eGridDrawCell_Text" data_id="text" size="small"
  55.                                  font_id="monospaced_small"/>
  56.                             </columns>
  57.                         </eGridList>
  58.                         
  59.         <!--            <eButton pin="hv" title="Clear Statistics" command="cmd_mem_clear" font_id="small" size="small"/>   -->
  60.                     </eFlow>
  61.                     
  62.                     <eFlow direction="v" title="Eva" gap="10">
  63.                         <eFlow weight="0" direction="v">
  64.                             <eFlow weight="0" direction="h" gap="5">
  65.                                 <eStaticText pin="hv" weight="0" title="Focused widget:" font_id="small"/>
  66.                                 <eTextField pin="hv" name="miner_eva_focused_widget" font_id="small"/>
  67.                                 <eView weight="0" />
  68.                                 <eStaticText pin="hv" weight="0" title="Class:" font_id="small"/>
  69.                                 <eTextField pin="hv" name="miner_eva_focused_class" font_id="small"/>
  70.                             </eFlow>
  71.                         </eFlow>
  72.                         <eCheckBox xpin="hv" weight="0" title="Show changes to focused" size="small" font_id="small" name="miner_show_changes" command="cmd_miner_show_changes"/>
  73.                         <eDivider weight="0" />
  74.                         <eCheckBox weight="0" title="Show commands" size="small" font_id="small" name="miner_show_commands" command="cmd_miner_show_commands"/>
  75.                         <eFlow direction="v">
  76.                             <eCheckBox weight="0" title="Show widget data on shift-mouse-down" size="small" font_id="small" name="miner_show_widget_data" command="cmd_miner_show_widget_data"/>
  77.                             <eStaticText weight="0" title="     [control = popup to choose parent;  alt/cmd = show children]." font_id="small"/>
  78.                         </eFlow>
  79.                         <eButton weight="0" pin="l" title="Show patois differences" command="cmd_miner_eva_show_patois_diffs" font_id="small" size="small"/>
  80.                         <eView />
  81.                         
  82.                         <eFlow direction="v">
  83.                             <eFlow weight="0" direction="h">
  84.                                 <eStaticText weight="0" title="MenuBar installs:" min_width="150" font_id="small"/>
  85.                                 <eStaticText name="eva_total_menubar_installs" font_id="small"/>
  86.                             </eFlow>
  87.                             <eFlow weight="0" direction="h">
  88.                                 <eStaticText weight="0" title="mach ports:" min_width="150" font_id="small"/>
  89.                                 <eStaticText name="eva_total_mach_ports" font_id="small"/>
  90.                             </eFlow>
  91.                         </eFlow>
  92.                     </eFlow>
  93.                 </eTabView>
  94.                 <eCheckBox xpin="hv" weight="0" title="Open on startup" size="small" font_id="small" name="miner_open_on_startup" command="cmd_miner_open_on_startup"/>
  95.             </eFlow>
  96.         </eColorView>
  97.     </gui>
  98. </app>
  99.